go/types.typeWriter.tParamList (method)

4 uses

	go/types (current package)
		object.go#L471: 				newTypeWriter(buf, qf).tParamList(t.TypeParams().list())
		typestring.go#L294: 			w.tParamList(t.TypeParams().list())
		typestring.go#L368: func (w *typeWriter) tParamList(list []*TypeParam) {
		typestring.go#L448: 		w.tParamList(sig.TypeParams().list())